home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / yawindow.arc / W_.H < prev    next >
C/C++ Source or Header  |  1986-01-30  |  666b  |  31 lines

  1. /*
  2. **    (C) Copyright 1984,85,86 Mark Feeney. All Rights Reserved
  3. */
  4. /*
  5. **    help for w_ library
  6. */
  7.  
  8. /*
  9. **    the available frame sets
  10. */
  11. extern char w_single_frame[], w_double_frame[], w_bold_frame[],w_mix_frame[] ;
  12.  
  13. /*
  14. **    frames usage
  15. */
  16. extern char *w_open_frame ;        /* frame or 0, used by w_open */
  17. extern char *w_explode_frame ;    /* the exploding frame */
  18. extern char w_attr_frame ;        /* color for frame & explode */
  19.  
  20. /*
  21. **    explode controls
  22. */
  23. extern int w_exp_delay ;        /* delay constant between frames */
  24. extern int w_exp_frame ;        /* frames/explosion, 0 = none */
  25.  
  26. /*
  27. **    the window handle is a struct pointer ie an int
  28. */
  29. typedef int WP ;
  30.  
  31.